Show

data class Show(val detail: Boolean = false, val show: () -> <Error class: unknown class>) : NavigationSpec

Lets the parent show a UIViewController using UIViewController.showViewController

Parameters

detail

When set too true, shows using UIViewController.showDetailViewController

show

Function to create the UIViewController to show

Constructors

Link copied to clipboard
constructor(detail: Boolean = false, show: () -> <Error class: unknown class>)

Properties

Link copied to clipboard
val detail: Boolean = false
Link copied to clipboard
val show: () -> <Error class: unknown class>